사이트 내 전체검색
FF bug - flash position:absolute 일때 플래시 무비 사라짐.
로빈아빠
https://cmd.kr/html/118 URL이 복사되었습니다.

본문

FF 3.0.x 버전에서 나타나는 버그. (3.5.x 이상 버전에서는 정상동작)

플래시 무비가 있는 레이어를 position:absolute로 띄울때, 해당 플래시의 wmode가 transparent 인 경우,
플래시 무비가 사라져서 보이지 않음.

관련 문서들

http://snook.ca/archives/other/hit_bug_in_fire/
http://board.flashkit.com/board/showthread.php?t=730647
http://www.bigresource.com/FLASH-Firefox-and-wmode-transparant-no-go--m3DRhgqklX.html

해결: 이 경우에, 플래시 무비가 있는 레이어의 css 속성에 "overflow:auto;" 속성을 추가하니 제대로 플래시 무비가 노출됨;


[HTML]
<div class="btn_copy">
<object width="62" height="20" wmode="transparent" .....></object>
</div><!-- [btn_copy]end -->

[CSS]
.btn_copy{

position:absolute;
overflow:auto;
right:39px;
top:195px;
width:62px;
height:20px;
background:url('../img/btn/btn_copy.gif') no-repeat;
margin-left:3px;
}

댓글목록

등록된 댓글이 없습니다.

Search

Copyright © Cmd 명령어 3.147.28.202